Update dependency bundler to "~> 2.7", ">= 2.7.2" - #15
Open
ghost wants to merge 1 commit into
Open
Conversation
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
October 17, 2024 19:02
ff08562 to
b17ab01
Compare
ghost
deleted the
whitesource-remediate/bundler-2.x
branch
October 20, 2024 14:10
ghost
restored the
whitesource-remediate/bundler-2.x
branch
October 20, 2024 17:20
ghost
deleted the
whitesource-remediate/bundler-2.x
branch
October 24, 2024 14:44
ghost
restored the
whitesource-remediate/bundler-2.x
branch
October 24, 2024 16:39
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
November 5, 2024 13:12
b17ab01 to
880c176
Compare
ghost
deleted the
whitesource-remediate/bundler-2.x
branch
November 11, 2024 05:46
ghost
restored the
whitesource-remediate/bundler-2.x
branch
November 11, 2024 10:50
ghost
deleted the
whitesource-remediate/bundler-2.x
branch
November 14, 2024 20:33
ghost
restored the
whitesource-remediate/bundler-2.x
branch
November 15, 2024 01:52
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
December 17, 2024 11:12
880c176 to
0fa7c00
Compare
ghost
deleted the
whitesource-remediate/bundler-2.x
branch
December 23, 2024 02:10
ghost
restored the
whitesource-remediate/bundler-2.x
branch
December 23, 2024 15:43
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
December 24, 2024 05:58
8f2da0f to
61027b8
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
January 17, 2025 01:19
61027b8 to
ca7d7bd
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
February 17, 2025 21:55
ca7d7bd to
8bbbedd
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
February 22, 2025 08:36
8bbbedd to
03162ca
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
March 14, 2025 16:46
03162ca to
206ffcd
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
April 4, 2025 14:58
206ffcd to
21b6d45
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
April 14, 2025 17:28
21b6d45 to
59ae445
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
May 13, 2025 15:28
59ae445 to
0b3d022
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
July 17, 2025 01:06
0b3d022 to
3ca7733
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
July 22, 2025 01:06
3ca7733 to
6612bf6
Compare
ghost
force-pushed
the
whitesource-remediate/bundler-2.x
branch
from
September 10, 2025 01:05
6612bf6 to
2066840
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"~> 2.3"->"~> 2.7", ">= 2.7.2"Release Notes
ruby/rubygems (bundler)
v2.7.2Compare Source
Enhancements:
gemspecandpath#8460Bug fixes:
bundle cache --frozenandbundle cache --no-prunenot printing a deprecation message #8926vendor/cachedirectory and frozen mode is set #8925bundle lock --update <gem>with--lockfileflag updating all gems #8922bundle show --verboseand recommend it as an alternative tobundle show --outdated#8915bundle cache --no-allnot printing a deprecation warning #8912bundle update foounable to update foo in an edge case #8897Documentation:
bundle doctor,bundle plugin, andbundle config#8919v2.7.1Compare Source
Enhancements:
Bug fixes:
--forceflag tobundle installandbundle update#8843Documentation:
irbrepo in DEBUGGING.md #8842v2.7.0Compare Source
Breaking changes:
#gemon random objects #8819path_relative_to_cwdsetting #8815default_install_uses_pathandauto_clean_without_pathsettings #8814print_only_version_numbersetting #8799Deprecations:
Bundler::SpecSetmethods #8777x64-mingw32in favour ofx64-mingw-ucrt#8733:mswin,:mingw) in Gemfile DSL in favor of:windows#8447CurrentRuby#maglev?and other related maglev methods #8452Features:
Performance:
Enhancements:
verbosesetting to enable verbose output for all commands #8801gem.bundlesetting to runbundle installautomatically afterbundle gem, and make it the default #8671Errno::EADDRNOTAVAILerrors gracefully #8776persist-credentials: falsein workflow generated bybundle gem#8779Bundler::GemHelperstoGem::Platform#8703spec.filesin the.gemspectemplate #8732Bug fixes:
bundle gemprompts #8825bundle versionhelp text #8806bundle consoleprinting bug report template onNameErrorduring require #8804Bundler.original_env['GEM_HOME']when Bundler is trampolined #8781gemcommands in abundle execcontext #8770bundle installafter pinning a git source with subgems #8745bundle update --bundlerupgrade bundler even if restarts are disabled #8729Documentation:
global_gem_cachealso caches compiled extensions #8823default_cli_commanddocumentation #8816bundle doctor sslsubcommand #8803--changelogflag #8756frozenanddeploymentsettings, and other bundle-config documentation improvements #8715v2.6.9Compare Source
Enhancements:
bundle doctor#8624bundle lock --normalize-platformsremove invalid platforms #8631Bug fixes:
bundle locksometimes allowing invalid platforms into the lockfile #8630v2.6.8Compare Source
Enhancements:
bundle update --verboselogs #8627Bug fixes:
bundle updatecrash in an edge case #8626bundle lock --normalize-platformsregression #8620v2.6.7Compare Source
Enhancements:
Bug fixes:
bundle addsometimes generating invalid lockfiles #8586Performance:
v2.6.6Compare Source
Enhancements:
ENAMETOOLONGerror when creating compact index cache #5578bundle installto work on read-only or protected folders #8519Bug fixes:
bundle doctorto not report issue when files aren't writable #8520Performance:
Candidate#<=>#8559Documentation:
bundle execdocumentation #8537onlyconfiguration option #8536v2.6.5Compare Source
Enhancements:
Bug fixes:
v2.6.4Compare Source
Enhancements:
gemDSL not getting reported as invalid #8480irbto a Gemfile for a newly created gem #8467bundle consoleunnecessarily trying to load IRB twice #8443platform: :windowsfilter in Gemfile when running on Windows with ARM architecture #8428Bug fixes:
bundle update <foo>would sometimes downgrade a top level dependency #8491bundle install --prefer-localsometimes installing very old versions #8484bundle updatein frozen mode #8481vendor/cacheeven if incompatible with the current Ruby version #8471bundle consoleprinting bug report template incorrectly #8436--prefer-localnot respecting default gems #8412Performance:
Documentation:
v2.6.3Compare Source
Enhancements:
Bug fixes:
Bundler.require#8410bundle outdated <GEM>failing if not all gems are installed #8361bundle installcrash on Windows #8362Documentation:
v2.6.2Compare Source
Bug fixes:
Process.argv0only if$PROGRAM_NAMEis not a script #8343Documentation:
bundle lockman page synopsis (--add-checkums→--add-checksums) #8350v2.6.1Compare Source
Bug fixes:
Gem::Uri.redacton some Ruby 3.1 versions #8337bundle lock --add-checksumswhen gems are already installed #8326v2.6.0Compare Source
Security:
Breaking changes:
Deprecations:
bundle consoledeprecation #8218Features:
lockfile_checksumsconfiguration to include checksums in fresh lockfiles #8219bundle lock --add-checksumsto add checksums to an existing lockfile #8214Performance:
bundle install --local#8248Enhancements:
bundle exec <relative-path-to-script>whenKernel.execis used under the hood #8294inspectmethods to help debugging #8266bundler/setupwith Ruby's -w flag #8205--normalize-platformsflag tobundle lock#7896Bug fixes:
$PROGRAM_NAMEhas been changed #8320bundle execexecutable detection on windows #8276bundle removesometimes not removing gems #8278Documentation:
bundle envandbundle licenses#8315debugging.md#8263v2.5.23Compare Source
Enhancements:
bundle add--quietoption #8157Bug fixes:
--ext=rustto support compiling the native extension from source #7610bundler(with a finalr) in abundle execcontext #8165gemspecusages in same Gemfile with same dep and compatible requirements #7999bundle checksometimes locking gems under the wrong source #8148Documentation:
bundle configdocumentation #8177installparameter and clarify docs #8170bundle install --quietdocumentation #8163v2.5.22Compare Source
Enhancements:
uriandnet-http#8112Bug fixes:
v2.5.21Compare Source
Bug fixes:
stub.activated?sometimes returning false after activation under bundler #8073bundler/inlineresetting ENV changes #8059v2.5.20Compare Source
Enhancements:
--localis passed #8041Bug fixes:
bundler/inlineoverwriting lockfiles #8055bundle outdatedwith--groupoption #8052v2.5.19Compare Source
Enhancements:
bundle outdated --parseable#7966bundle lock --add-platform#7967--printis passed tobundle lock#7957Bug fixes:
bundle install --localhitting the network when default gems are included #8027.lockfiles unintentionally left around by gem installer #8022bundle exec rake installfailing when local gem has extensions #7977bundler/inlinefailing in Ruby 3.2 due to conflictingsecurerandomversions #7984gem exec rails new projectfailing on Ruby 3.2 #7960Documentation:
bundle addman page #5903v2.5.18Compare Source
Enhancements:
Bug fixes:
--prefer-localflag #7951git:sources #7950bundle update <indirect_dep>failing to upgrade when versions present in two different sources #7915Documentation:
v2.5.17Compare Source
Enhancements:
Gem::Dependencyto yaml #7867Bug fixes:
bundle checkexit code when gem git source is not checked out #7894bundle-gem#7853bundle exec gem uninstall#7886v2.5.16Compare Source
Bug fixes:
platforms:used in the Gemfile #7864bundle lock --add-platformdoing nothing #7848bundle addwith frozen mode set #7845Performance:
caller_locationsinstead of splittingcaller#7708v2.5.15Compare Source
Enhancements:
--no-test,--no-ci, and--no-linteroptions #7780Bug fixes:
--test,--ci, and--linteroptions #7801bundle lock --add-platform <current_platform>doing nothing #7803Documentation:
v2.5.14Compare Source
Bug fixes:
bundle update <gem_name>edge case #7770bundle fundwhen the gemfile contains optional groups #7758v2.5.13Compare Source
Bug fixes:
v2.5.12Compare Source
Enhancements:
Bug fixes:
sorbetto a Gemfile and the lockfile only includes "RUBY" in the platforms section #7731fallback_timeouturi option is used #7704bundle execno longer working in truffleruby after explicitrequireofpathnamewas removed #7703bundle configreport a path without a Gemfile as "local app" #7687Documentation:
v2.5.11Compare Source
Deprecations:
Enhancements:
bundle gemgenerated COC to Contributor Covenant 2.1 #7692Bug fixes:
requiregem activation logic running before Bundler can properly register its own monkeypatches #7647Performance:
Documentation:
bin/rakeoverrakein contributing docs #7648v2.5.10Compare Source
Security:
Enhancements:
--globflag tobundle add#7557Bug fixes:
bundle update <specific_gems>can always update to the latest resolvable version of each requested gem #7558bundle updatenot working on an out of sync lockfile #7607bundle helpis run #7601Documentation:
bundle checkbehaviour in docs #7613v2.5.9Compare Source
Bug fixes:
v2.5.8Compare Source
Enhancements:
bundle plugin installoptions #7529Bug fixes:
--strict --patchfiltering out everything #7527bundle update --bundlermessage #7516v2.5.7Compare Source
Deprecations:
bundle plugin install --local-git=#7048Enhancements:
.gemspecfile itself inbundle gemgenerated gemspec file #7488bundle gemgenerated rubocop configuration #7478gitlab:git source shorthand #7449instance_evalinBundler::DSL#eval_gemfile#7471Documentation:
v2.5.6Compare Source
Deprecations:
Definition#lockwith explicit lockfile #7047Enhancements:
required_ruby_versionto be used inbundle gemtemplate #7430Bug fixes:
Bundler.with_original_envproperly restore env variables originally empty #7383v2.5.5Compare Source
Bug fixes:
Documentation:
v2.5.4Compare Source
Bug fixes:
v2.5.3Compare Source
Bug fixes:
v2.5.2Compare Source
Enhancements:
bundle add--quietoption #8157Bug fixes:
--ext=rustto support compiling the native extension from source #7610bundler(with a finalr) in abundle execcontext #8165gemspecusages in same Gemfile with same dep and compatible requirements #7999bundle checksometimes locking gems under the wrong source #8148Documentation:
bundle configdocumentation #8177installparameter and clarify docs #8170bundle install --quietdocumentation #8163v2.5.1Compare Source
Enhancements:
bundle outdated --parseable#7966bundle lock --add-platform#7967--printis passed tobundle lock#7957Bug fixes:
bundle install --localhitting the network when default gems are included #8027.lockfiles unintentionally left around by gem installer #8022bundle exec rake installfailing when local gem has extensions #7977bundler/inlinefailing in Ruby 3.2 due to conflictingsecurerandomversions #7984gem exec rails new projectfailing on Ruby 3.2 #7960Documentation:
bundle addman page #5903v2.5.0Compare Source
Breaking changes:
:mswin,:mswin64,:mingw, and:x64_mingwGemfileplatformvalues are soft-deprecated and aliased to:windows#6391Features:
bundle config set versionfeature to choose the version of Bundler that should be used and potentially disable using thelockfileversion by setting it tosystem#6817Performance:
rubyGemfile DSL #7251Enhancements:
net-http,net-protocol,resolv, andtimeoutto reduce conflicts between Gemfile gems and internal dependencies #6793bundle pristineto run in parallel #6927bundle lockalways touch the lockfile in non-frozen mode #7220Minitest::TestTaskin a template file forminitest#7234--jobsor--retryin configuration #7191require "rubygems"explicitly #7139Bug fixes:
ruby file: ".ruby-version"relative to containing Gemfile #7250bundle install --systemdeprecation advice #7190Documentation:
bundle gemoutput and generated configuration #6818bundle gemgenerated README file #6338v2.4.22Compare Source
Enhancements:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.